@charset"utf-8";
.inner{
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px){
    .inner{
        width: 1024px;
    }
}
.topbg{
    width: 100%;
    background-image: url(../images/index/topbg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
}
.foots{
    width: 100%;
    background-image: url(../images/index/botbg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
    padding-bottom: 100px;
}
.ding{
    height: 30px;
    float: right;
}
.ding a{
    font-size: 15px ;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    position: relative;
}
.ding a i{
    display: inline-block;
    width: 28px;
    height: 22px;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.ding b{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding: 0 5px;
    display: inline-block;
}
.ding a:first-child i{
    background-image: url(../images/index/ic-wx.png);
}
.ding a:nth-child(3) i{
    background-image: url(../images/index/ic-sj.png);
}
.ding a:nth-child(5) i{
    background-image: url(../images/index/ic-wb.png);
}
.ding a:last-child i{
    background-image: url(../images/index/ic-dl.png);
}
.ding a .im{
    display: none;
    position: absolute;
    top:100%;
    left: 0;
    z-index: 10;
}
.ding .im{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}

/**/
.logo{
    padding: 16px 0 10px;
}
.logo-im img{
    max-width: 100%;
    z-index: 20;
}

.sou{
    padding-top: 18px;
}
.sou:after,.logo:after{
    display: table;
    content: '';
    clear: both;
}
.sou label{
    width:360px;
    float: left;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-right: 50px;
    position: relative;
    margin-bottom: 0 ;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(255,255,255,0.2);
}
.sou input{
    border: none;outline: none;
}
.sou label i{
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 7px;
    font-size: 20px;
    color: #39c69f;
    cursor: pointer;
}
.sou label input{
    border: none;
    outline: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 16px;
    padding-left: 5px;
}
.head-phone{
    display: none;
}
/**/
.h-nav{
    /* background-color: #005192; */
}
.h-nav ul{
    overflow: hidden;
    width: 100%;
}
.h-nav ul li{
    width: 12.5%;
    float: left;
}
.h-nav ul li a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border-bottom:3px solid transparent;
    font-weight: bold;
}
.h-nav ul li a span{
   text-align: right;
   float: right;
}
.h-nav ul li.active a,.h-nav ul li:hover a{
   border-bottom:3px solid #39c69f;
}
/*foot*/
.foot .inner{
    background-color: #363636;
    padding: 0 0 30px;
}
.foot .fot-ls{
    width: 600px;
    margin: 0 auto 24px;
    overflow: hidden;
}
.foot .fot-ls li{
    float: left;
    width: 20%;
    text-align: center;
}
.foot .fot-ls li a{
    color: #fff;
    font-size:14px;
    color: #fff;
    line-height: 24px;
}
.foot .fot-ls li a span{
    float: right;
}
.foot .bot-txt{
    width: 600px;
    margin: 0 auto;
}
.foot .bot-txt p{
    color: #fff;
    font-size:14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.kf-tc{
    display: none;
    position: absolute;
    right: 100%;
    top: -1px;
    z-index: 1;
    width: 200px;
    background-color: white;
    border: 1px solid #e4e4e4;
    box-shadow: -5px 5px 15px rgba(0,0,0,0.1);
}
.kf-tc .pic{
    margin: 0 auto;
    padding:20px 10px 10px;
}
.kf-tc .pic img{
    display: block;
    width: 100%;
}
.kf-tc span{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #5e5e5e;
    line-height: 26px;
    letter-spacing: 1px;
    border-top: 1px solid #e4e4e4;
    background-color: #f8f8f8;
}
.kf-tc .close{
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.kf-tc .close:before,
.kf-tc .close:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
    width: 14px;
    height: 2px;
    background-color: #5e5e5e;
}
.kf-tc .close:before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.kf-tc .close:after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.asd{
    width: 140px;
    position: fixed;
    bottom: 30%;
    right: 0;
    background-color: #ffffff;
    z-index: 5000;
    border:1px solid #e4e4e4;
}
.asbox h1{
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    padding-left: 10px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e4e4e4;
}
.asqq{
    padding: 10px;
}
.asqq a{
    display: block;
    width: 100%;
    background-color: #2375c5;
    position: relative;
    padding-left: 20px;
    border: 1px solid #2375c5;
    cursor: pointer;
}
.asqq a i{
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
}
.asqq a i img{
    width: 100%;
}
.asqq a span{
    vertical-align: middle;
    color: #fff;
    padding-left: 8px;
}
.asbox p{
    color: #1f82c3;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
}
.as-ly{
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #15538f;
    color: #15538f;
    background-color: #f2f7fa;
    margin: 0 auto 10px;
}
.as-ly:hover{
    color: #15538f;
}
.asd-gb{
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    border-top: 1px solid #e4e4e4;
    color: #5e5e5e;
    background-color: #f8f8f8;
    margin: 0 auto;
}
.lj{
    margin-bottom: 20px;
    background: #fff;
    width: 100%;
    padding: 18px 20px;
}
.lj-list ul{
    overflow: hidden;
    width: 100%
}
.lj-list ul li{
    width: 25%;
    float: left;
}
.lj-list ul li a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f1f1f1;
    color: #666666;
    text-align: center;
    font-size: 16px;
}
.lj-list ul li.active a{
    background-color: #1f82c3;
    color: #fff;
}
.lj-list ul li a i{
    display: inline-block;
    width:0;
    height:0;
    border-width:8px 8px 0;
    border-style:solid;
    border-color:#c2c2c2 transparent transparent;/*黄 透明 透明 */
    top:0px;
    left:0px;
}
.lj-list ul li.active a i{
    border-color:#fff transparent transparent;/*黄 透明 透明 */
}
.lj-n{
    padding: 12px 18px 16px;
    border: 1px solid #eaeff0;
    border-top: none;
}
.lj-n div{
    display: none;
}
.lj-n div.active{
    display: block;
}
.lj-n div a{
    font-size: 16px;
    line-height: 36px;
    padding: 5px 14px;
    color: #505b67;
}
.lj-n div a:hover{
    color: #1f82c3;
}

@media screen and (max-width: 1200px){
    .asd{
        display: none;
    }
}
@media screen and (max-width: 1024px){
    body{
        position: relative;
        right: 0;
        transition: all linear .5s;
    }
    .inner{
        width: 100%;
        padding: 0 10px;
    }
    .sou{
        display: none;
    }
    .h-nav{
        display: none;
    }
    .head-phone{
        display: block;
        overflow: hidden;
    }
    .logo-im img{
        width: 120px;
    }
    .logo{
        padding: 10px 0px 10px 4px;
    }
    .top_cen{
        display:block;
        margin-right: 6px;
        margin-top: 9px;
    }
    .top_cen a.cen_x{
        font-size: 40px;
        font-weight: 500;
        color: #fff;
        line-height: 30px;
        height: 30px;
        width: 30px;
        display: block;
        position: relative;
        top: -4px;
        left: -4px;
    }
    .top_cen a.active{
        display: none;
    }
    .top_cen span{
        display: block;
        width: 30px;
        height: 2px;
        background-color: #fff;
        margin: 6px 0;
    }
    .navlist_mo{
        display: block;
        position:fixed;
        top: 0;
        right: -50%;
        bottom: 0;
        width: 50%;
        background-color: #212020;
        transition: all linear .5s;
        overflow-y: auto;
        z-index: 999;
    }
    .navlist_mo>li{
        background-color: #212020;
    }
    .navlist_mo>li>a{
        color:#ffffff;
        display: block;
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        padding:15px 0;
        padding-left: 10px;
        transition: all .5s;
        position: relative;
    }
    .navlist_mo>li.active>a{
        background-color: #303030;
    }
    .navlist_mo>li a:after{
        top: 1.4rem;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .navlist_mo>li a:not([href]):after{
        content: "";
        display: block;
        position: absolute;
        left: 128px;
        top: 20px;
        width: 9px;
        height: 9px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transition: all .3s ease 0s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .navlist_mo>li.active a:not([href]):after{
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .navlist_mo>li .abm_nav{
        display: none;
        height: 0;
        transition: all .5s;
    }
    .navlist_mo>li.active .abm_nav{
        display: block;
        height: auto;
    }
    .navlist_mo>li .abm_nav li{
        background-color: #080808;
    }
    .navlist_mo>li .abm_nav li.active a{
        color: #0763a4;
    }
    .navlist_mo>li .abm_nav li a{
        color:#ffffff;
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding:12px 0;
        padding-left: 20px;
        transition: all .5s linear;
        -moz-transition: all .5s linear;
        -webkit-transition: all .5s linear;
    }
    .foot .inner{ 
        padding: 0  0 20px;
    }
   
}
@media screen and (max-width: 768px){
    .foot .inner{ 
        padding: 0px 0 15px;
    }
    .foot .fot-ls{
        display: none;
    }
    .foot .bot-txt{
        width: 100%;
        padding: 0 10px;
    }
    .lj-list ul li a{
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    .lj-list ul li a i{
        border-width: 4px 4px 0;
        vertical-align: middle;
    }
    .lj-n div a{
        
        line-height: 28px;
        font-size: 14px;
        padding: 5px 8px;
    }
    .lj{
        padding: 10px 10px 12px;
    }
}